Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632828 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator

README.md cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator/README.md
181 Views
0 Comments
# loan-calculator

index.html cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator/index.html
295 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="loancalculator.css">
loancalculator.css cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator/loancalculator.css
107 Views
0 Comments
#loancal {
padding-top: 15px;
padding-left: 75px;
width: 375px;
height: 295px;
background-color:#000;
color: #fff;
}